object Cust1: TCust1 Left = 208 Top = 130 BorderStyle = bsDialog Caption = 'Current Custom Objects List' ClientHeight = 214 ClientWidth = 313 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 297 Height = 193 Shape = bsFrame end object OKBtn: TButton Left = 215 Top = 115 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object ListBox1: TListBox Left = 24 Top = 24 Width = 169 Height = 160 ItemHeight = 13 TabOrder = 1 end object Button1: TButton Left = 216 Top = 69 Width = 75 Height = 25 Caption = 'Remove' TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 216 Top = 24 Width = 75 Height = 25 Caption = 'Add' TabOrder = 3 OnClick = Button2Click end object Button3: TButton Left = 216 Top = 160 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end end